Platform Explorer / Nuxeo Platform 6.0

Extension point savers

Contribution Descriptors

  • Class: org.nuxeo.opensocial.container.server.service.WebContentSaverDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-opensocial-spaces-6.0.jar
    <extension point="savers" target="org.nuxeo.opensocial.container.server.service.WebContentSaverService">
        <webcontentsaver coreAdapter="org.nuxeo.opensocial.container.server.webcontent.gadgets.picture.PictureAdapter" daoClass="org.nuxeo.opensocial.container.server.webcontent.gadgets.picture.PictureDAO" docType="WCPicture" type="wcpicture"/>
      </extension>
  • nuxeo-opensocial-spaces-6.0.jar
    <extension point="savers" target="org.nuxeo.opensocial.container.server.service.WebContentSaverService">
        <webcontentsaver coreAdapter="org.nuxeo.opensocial.container.server.webcontent.gadgets.html.HTMLAdapter" daoClass="org.nuxeo.opensocial.container.server.webcontent.gadgets.html.HTMLDAO" docType="WCHtml" type="wchtml"/>
      </extension>
  • nuxeo-opensocial-spaces-6.0.jar
    <extension point="savers" target="org.nuxeo.opensocial.container.server.service.WebContentSaverService">
        <webcontentsaver coreAdapter="org.nuxeo.opensocial.container.server.webcontent.gadgets.opensocial.OpenSocialAdapter" daoClass="org.nuxeo.opensocial.container.server.webcontent.gadgets.opensocial.OpenSocialDAO" docType="WCOpenSocial" type="wcopensocial"/>
      </extension>